/*===============================================
Template Name: Organic Fruits & Food HTML5 Template
Author:  https://templatemostar.net/user/drtheme
Description: Description
Version: 1.0.0
Text Domain: organic
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. organic Header Top Menu Area Css
02. organic Nav Menu Area Css 
03. organic Slider Area Css
04. organic Section Title Css
05. organic Service Area css
06. organic About Area Css
07. organic Counter Area Css
08. organic Case Study Area Css
09. organic Testimonial Area Css
10. organic Process Area Css
11. organic Team Area Css
12. organic Faq Area Css
13. organic Brand Section Css
14. organic Call Do Section Css
15. organic Form Box Css
16. organic Skill Area Css
17. organic Blog Area Css
18. organic footer Area Css
19. organic Subscribe Area Css
20. organic Lines CSS
21. organic Prossess Ber Css
22. organic Scrollup Section
23. organic Bounce Animation Css 
24. organic Animation Dance
25. organic Breadcumb Area Css
26. organic abouts_areas Css
27. organic Feture-Area Css
28. organic Pricing Section Css
29. organic Web Development Section CSS
30. organic Contact  US Css
31. organic Blog Sidber Widget CSS
32. organic Case Study Details Css
33. organic Search Box Css
34. organic Loader Css
=======================*/


/*<!-- ============================================================== -->
 <!-- Organic Reset Code & Common Start Here -->
<!-- ============================================================== -->*/

.organic-section-sub-title h6 {
    font-size: 17px;
    line-height: 28px;
    padding-left: 22px;
    color: #ea9539;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    display: inline-block;
}

.organic-section-sub-title h6:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #ea9539;
    border-radius: 10px;
}

.organic-section-title h1 {
	font-size: 45px;
	line-height: 60px;
	color: #333333;
	font-weight: 700;
	font-family: "Playfair Display";
	margin: auto;
	width: 87%;
}

.organic_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #ffffff67;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 500ms ease-in-out fadeInUp;
    animation-name: slideInDown;
    backdrop-filter: blur(5px);
}

.sticky nav.header-menu {
    background: transparent;
}

.sticky nav.header-menu ul li {
    display: inline-block;
    padding: 22px 0 22px 24px;
    position: relative;
}

.sticky nav.header-menu ul li a {
    color: #333;
}

.sticky .header-button a {
    background: #ffde5d;
}

.sticky .header-button a i {
    color: #fff;
}

/*<!-- ============================================================== -->
 <!-- Organic Reset Code & Common End Here -->
<!-- ============================================================== -->*/


/*<!-- ============================================================== -->
 <!-- Organic Header Top Start Here -->
<!-- ============================================================== -->*/

section.header-menu-section {
    background: #f1f3ee;
}

.header-top-info ul li {
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
}

.header-top-info i {
    color: #ea9539;
    margin-right: 6px;
    font-size: 16px;
}

.header-top-info a {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
    transition: .5s;
}

.header-top-info a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.header-top-social{
    text-align: right;
}

.header-top-social ul li {
    display: inline-block;
    margin: 14px 4px;
}

.header-top-social a {
    background-color: #ea9539;
    display: inline-block;
    border-radius: 30px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-top-social a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333333;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.header-top-social a:hover:before {
    transform: scale(1);
}

/*<!-- =================================================== -->
 <!-- Organic Header Top End Here -->
<!-- ===================================================== -->*/


/*<!-- =================================================== -->
 <!-- Organic Header Menu End Here -->
<!-- ===================================================== -->*/

nav.header-menu {
    text-align: right;
    background: #fff;
}

nav.header-menu ul li {
    display: inline-block;
    padding: 32px 0 32px 24px;
    position: relative;
}


nav.header-menu ul li:first-child a {
}

nav.header-menu a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 500;
    font-family: "Poppins";
    transition: .5s;
}

nav.header-menu a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

nav.header-menu i {
    font-size: 12px;
    padding-left: 2px;
}

nav.header-menu ul li:last-child {
    padding-left: 6px;
}

nav.header-menu ul li:last-child a i {
    font-size: 24px;
    color: #333;
}

/* nav.header-menu ul li:last-child a {
    position: relative;
} */

/* nav.header-menu ul li:last-child a::before {
    position: absolute;
    content: '1';
    top: -5px;
    right: -6px;
    width: 15px;
    height: 15px;
    background: #ea9539;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    border-radius: 10px;
} */

/* Submenu */

.submenu {
    position: absolute;
    top: 93px;
    width: 215px;
    background: #fff;
    z-index: 50;
    border-top: 3px solid #ea9539;
    transition: .4s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%);
    text-align: left;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
}

nav.header-menu ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.sticky .submenu {
    top: 73px;
}

header.header-manu-section.sticky nav.header-menu .submenu ul li {
    padding: 0;
}

nav.header-menu .submenu ul li {
    display: block;
    padding: 0;
}

nav.header-menu .submenu ul li:last-child a::before {
    width: 0;
}

nav.header-menu .submenu ul li a {
    display: inline-block;
    padding: 8px 20px 5px 20px;
    letter-spacing: 1px;
    background: #fff;
    width: 100%;
    z-index: 1;
    color: #333;
    position: relative;
    transition: .5s;
}

nav.header-menu .submenu ul li a:hover {
    color: #fff;
}

nav.header-menu .submenu ul li a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ea9539;
    z-index: -1;
    transition: .5s;
}

nav.header-menu .submenu ul li a:hover:after{
    width: 100%;
    filter: hue-rotate(360deg);
}



/*<!-- =================================================== -->
 <!-- Organic Header Menu End Here -->
<!-- ===================================================== -->*/


/*<!-- =================================================== -->
 <!-- Organic Header Menu End Here -->
<!-- ===================================================== -->*/
.slider-section video{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}
section.slider-section {
    height: 740px;
    display: flex;
    align-items: center;
    background: url(../image/slider-1.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.slider-title h1 {
    font-size: 65px;
    line-height: 70px;
    color: #333333;
    font-weight: 700;
    font-family: "ARAIL";
    margin-top: 15px;
}

.slider-desc p {
	color: #000!important;
    margin: 32px 0 40px;
    width: 83%;
}

.slider-btn ul li {
    display: inline-block;
    margin-right: 20px;
}

.slider-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 14px 32px;
    overflow: hidden;
}

.slider-btn ul li:first-child a {
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.slider-btn ul li:first-child a:hover {
    filter: hue-rotate(360deg);
}

.slider-btn ul li:first-child a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.slider-btn ul li:first-child a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.slider-btn ul li:last-child a {
    background-color: #333;
    position: relative;
    z-index: 1;
}

.slider-btn ul li:last-child a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #ea9539;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.slider-btn ul li:last-child a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.slider-thumb {
    position: relative;
}

.slider-off {
	position: absolute;
	top: 72px;
	right: 110px;
	text-align: right;
}

.slider-off h5 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
}

.slider-off span {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.slider-off h6 {
    font-size: 20px;
    line-height: 0;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.owl-item.active .slider-content {
    animation: 1500ms ease-in fadeInDown;
}

.owl-item.active .slider-thumb img {
    animation: 1500ms ease-in-out fadeInUp;
    display: inline-block;
}
.slider-shape1 {
    position: absolute;
    bottom: 3rem;
    left: 5%;
    -webkit-animation: dance2 3s alternate infinite;
    animation: dance2 3s alternate infinite;
}

.slider-shape2 {
    position: absolute;
    top: 1.5rem;
    left: 4.5rem;
    -webkit-animation: dance2 3s alternate infinite;
    animation: dance2 3s alternate infinite;
}

.owl-nav {
    display: inline-block;
}

.owl-prev{
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 7%;
}

.owl-next{
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 7%;
}

.owl-prev i {
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 30px;
    background: url(../image/nav-left.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
}

.owl-next i {
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 30px;
    background: url(../image/nav-right.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.feature-section {
    padding: 100px 0;
}
section.feature-section2 {
    padding: 0px 0;
}
.feature-single-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 5px;
    transition: .5s;
}

.feature-single-box::before {
    position: absolute;
    content: '';
    top: -18px;
    bottom: 0;
    left: -8rem;
    width: 280px;
    height: 280px;
    border-radius: 140px;
    background-color: rgba(110, 110, 110, 0.102);
    z-index: -1;
}

.feature-single-box:hover {
    transform: translateY(-10px);
}

.feature-single-box.style-1 {
    background: #ea9539;
}

.feature-single-box.style-2 {
    background-color: #8bb03b;
}

.feature-single-box.style-3 {
    background-color: #f4de5e; 
}

.feature-box-sub-title h6 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.feature-box-title h1 {
	font-size: 33px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Playfair Display";
	margin: 5px 0 30px;
	width: 82%;
}

.feature-box-btn a {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    width: 105px;
    height: 35px;
    border-radius: 5px;
    background-color: #333333;
    position: relative;
    z-index: 1;
}

.feature-box-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #ea9539;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}

.feature-single-box:hover .feature-box-btn a:before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg)
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.about-section {
    padding: 100px 0;
}

section.about-section .organic-section-title h1 {
	margin: 0;
}

.about-thumb {
    position: relative;
}

.about-thumb img {
    width: 100%;
    margin-left: -3rem;
}

.about-thumb-btn {
    position: absolute;
    top: 0;
    right: 5rem;
}

.about-thumb-btn a {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background-color: #f4de5e;
    display: inline-block;
    font-size: 32px;
    text-align: center;
    line-height: 90px;
    color: #333;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    animation-name: play-btn;
}

.about-desc {
	margin: 17px 0 28px;
	width: 80%;
}

.about-items {
    display: flex;
    gap: 30px;
    align-items: center;
}

.about-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-item-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    font-family: "arial";
    margin: 0;
    width: 80%;
}

.about-btn {
    margin-top: 43px;
}

.about-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 14px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.about-btn a:hover {
    filter: hue-rotate(360deg);
}

.about-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.about-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.category-section {
    padding: 35px 0 100px;
}

.category-box {
    margin-top: 44px;
}

.category-single-box {
    filter: drop-shadow(0 0 5px rgba(51,51,51,0.05));
    border-radius: 5px;
    padding: 42px 30px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.category-single-box:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ea9539;
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}

.category-single-box:hover:before {
    height: 100%;
    top: 0;
    filter: hue-rotate(360deg);
}

.category-single-box.style-1 {
    background: url(../image/category-box-bg.jpg) no-repeat top left;
    background-size: cover;
}

.category-single-box.style-2 {
    background: url(../image/category-box-2.jpg) no-repeat top left;
    background-size: cover;
}

.category-single-box.style-3 {
    background: url(../image/category-box-3.jpg) no-repeat top left;
    background-size: cover;
}

.category-box-icon img {
    transition: .5s;
}

.category-single-box:hover .category-box-icon img {
    filter: brightness(0) invert(1) hue-rotate(360deg);
}

.category-box-title h5 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    font-family: "Playfair Display";
    margin: 34px 0 12px;
    transition: .5s;
}

.category-single-box:hover .category-box-title h5 {
    color: #fff;
}

.category-box-desc p {
    margin: 0;
    transition: .5s;
}

.category-single-box:hover .category-box-desc p {
    color: #fff;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.feature-section.style-two {
    background-color: #fff;
}

section.feature-section.style-two .organic-section-title h1 {
	margin: 0;
}

.feature-desc p {
    width: 80%;
    margin: 16px 0 38px;
}


.feature-item {
    margin-top:50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-item-title h5 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    font-family: "Playfair Display";
}

.feature-item-desc p {
    margin: 0;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.fresh-food-section {
    padding: 80px 0 100px;
	background: #f1f3ef;
}

.fresh-food-box {
    margin-top: 48px;
}

.fresh-food-single-box {
    text-align: center;
    position: relative;
}

.fresh-food-box-thumb {
    position: relative;
	padding-bottom: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.fresh-food-single-box:hover .fresh-food-box-thumb img {
    transform: scale(1.1);
}

.fresh-food-box-thumb img {
    width: 100%;
    transition: .5s;
}

.fresh-food-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
}

.fresh-food-box-title h5 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    font-family: "Playfair Display";
    margin: 0;
}

.fresh-food-box-price h6 {
    font-size: 18px;
    line-height: 30px;
    color: #797979;
    font-weight: 600;
    font-family: "Poppins";
    margin: 2px 0 4px;
}

.fresh-food-box-rate ul li {
    display: inline-block;
    margin: 0 2px;
    color: #ea9539;
    font-size: 14px;
}

.fresh-food-single-box:hover .fresh-food-icon {
    top: 25px;
    visibility: visible;
    opacity: 1;
}

.fresh-food-icon {
    position: absolute;
    left: 25px;
    top: 60%;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.fresh-food-icon a {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #fff;
    color: #333;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 4px 0;
}

.fresh-food-icon a:hover {
    color: #ffff;
}

.fresh-food-icon a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    transition: .5s;
    transform: scale(0);
    border-radius: 30px;
    z-index: -1;
}

.fresh-food-icon a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.new-food-section {
    padding: 100px 0;
    background-color: #f1f3ef;
}

section.new-food-section .organic-section-title h1 {
	margin: 0;
}

.new-food-thumb img {
    margin-left: -4rem;
}

.new-food-desc {
    margin-top: 26px;
}

/* Start Count Down css*/

div#clockdiv {
    padding: 20px 0 50px;
}

#clockdiv > div {
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 25px;
    height: 95px;
    width: 95px;
    line-height: 24px;
    border-radius: 50%;
    padding: 8px 0 0;
}

#clockdiv div > span {
    display: inline-block;
    font-size: 34px;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
    font-family: "Playfair Display";
}

.smalltext {
    font-size: 16px;
    line-height: 30px;
    color: #ea9539;
    font-weight: 400;
    font-family: "Poppins";
    padding: 2px 0 0;
}

/*End Count Down css*/

.new-food-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 30px;
    padding: 14px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.new-food-btn a:hover {
    filter: hue-rotate(360deg);
}

.new-food-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
}

.new-food-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.relation-section {
    padding: 80px 0 100px;
}

section.relation-section .organic-section-title h1 {
    margin: 0 auto;
    width: 45%;
}

.new-food-box {
    margin-top: 68px;
}

.relation-single-box {
    padding: 34px;
    border-radius: 5px;
    border: 1px solid #ea9539;
    position: relative;
    background: #fff;
    margin: 42px 0 0 30px;
}

.relation-single-box-shape {
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -32px;
    z-index: -1;
}

.relation-box-rate ul li {
    display: inline-block;
    color: #ea9539;
    font-size: 14px;
    margin: 16px 0 8px;
}

.relation-box-profile {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: -2px;
}

.relation-profile-title h5 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
}

.relation-profile-designation h6 {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #ea9539;
    font-weight: 400;
    font-family: "Poppins";
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.latest-news-section {
    padding: 80px 0 100px;
    background-color: #f1f3ef;
}

section.latest-news-section .organic-section-title h1 {
    width: 80%;
    margin: 0;
}

.latest-news-desc p {
    margin: 0;
}

.latest-news-box {
    margin-top: 48px;
}

.latest-box-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.latest-news-single-box:hover .latest-box-thumb img {
    transform: scale(1.1);
}

.latest-box-thumb img {
    width: 100%;
    transition: .5s;
}

.latest-box-date h6,
.latest-box-message h6 {
    font-size: 16px;
    line-height: 30px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
    float: left;
    margin: 27px 20px 7px 0;
}

.latest-box-date h6 i, .latest-box-message h6 i {
    color: #ea9539;
    padding-right: 6px;
    font-size: 18px;
}

.latest-box-title a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    font-family: "Playfair Display";
    width: 85%;
    transition: .5s;
    position: relative;
}

.latest-box-title a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #333;
    transition: .5s;
}

.latest-box-title a::after {
    position: absolute;
    content: '';
    bottom: 30px;
    right: 0;
    width: 0%;
    height: 2px;
    background: #333;
    transition: .5s;
}

.latest-news-single-box:hover .latest-box-title a:before, 
.latest-news-single-box:hover .latest-box-title a::after {
    width: 100%;
}

.latest-box-btn a {
    font-size: 16px;
    line-height: 30px;
    color: #797979;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    margin-top: 20px;
    transition: .5s;
}

.latest-news-single-box:hover .latest-box-btn a {
    color: #ea9539;
}

.latest-box-btn a i {
    transition: .5s;
}

.latest-news-single-box:hover .latest-box-btn a i {
    padding-left: 8px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/
.brand-section .owl-stage{
	display: flex;
align-items: center;
}
div.brand-section {
    padding: 100px 0;
}
.ry-img{
	display: flex;
	justify-content: center;
	align-content: center;
	
}
.brand-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.brand-thumb img {
    width: 100%;
}

.brand-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #333;
    opacity: 40%;
    transition: .5s;
    border-radius: 5px 5px 0 0;
}

.brand-thumb:hover:before,
.brand-thumb:hover::after {
    height: 50%;
}

.brand-thumb::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #333;
    opacity: 40%;
    transition: .5s;
    border-radius:0 0 5px 5px ;
}

.brand-thumb:hover .brand-thumb-icon {
    top: 42%;
    visibility: visible;
    opacity: 1;
}

.brand-thumb-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.brand-thumb-icon a {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    background: #ea9539;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.brand-thumb-icon a:hover {
    filter: hue-rotate(360deg);
}

.brand-thumb-icon a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    transform: scale(0);
    transition: .5s;
    border-radius: 30px;
    z-index: -1;
}

.brand-thumb-icon a:hover:before {
    transform: scale(1);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

footer.footer-section {
    background-color: #d57f22;
    padding: 60px 0 0;
	color: #fff;
}
footer.footer-section p{
	color: #fff;
}
footer.footer-section a{
	color: #fff;
}
.footero-desc {
    margin: 22px 0 30px;
}

.footero-desc {
    margin: 22px 0 30px;
}

.footer-bottomo-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.footer-bottomo-social a {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    background-color: #797979;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.footer-bottomo-social a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}

.footer-bottomo-social a:hover:before {
    transform: scale(1) ;
    filter: hue-rotate(360deg);
}
.footer-explore ul>li>ul{
	display: none;
}
.footer-explore ul li:first-child{
	display: none;
}
.footer-explore ul li:nth-child(7){
	display: none;
}
.footer-explore ul li:last-child{
	display: none;
}
.footer-explore ul li{
	background: url(../picture/footer-icon.png) no-repeat center left;
	padding-left: 35px;
}
.footer-explore-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 700;
    margin: 0 0 28px;
}

.footer-explore ul li {
    margin: 0px 0 16px;
}

.footer-explore a {
    font-size: 16px;
    line-height: 30px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
}

.footer-explore a:hover {
    color: #ffff;
}

.footer-explore img {
    padding-right: 6px;
}

.footer-gallary-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 700;
    margin: 0 0 34px;
}

.footer-gallary img:hover .gallary-thumb-btn a {
    transform: scale(1);
}

.footer-gallary ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.footer-gallary li {
    position: relative;
    z-index: 1;
}

.footer-gallary li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    border-radius: 5px;
    opacity: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.footer-gallary li:hover:before {
    transform: scale(1);
}

.footer-gallary li:hover .gallary-thumb-btn a {
    transform: scale(1);
}

.footer-gallary .gallary-thumb-btn a {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: scale(0);
    transition: .5s;
}

.footer-gallary img {
    width: 100%;
    border-radius: 5px;
}

.footer-contact-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 700;
    margin: 0 0 28px;
}

.footer-contact ul li {
    margin: 0 0 20px;
}

.footer-contact ul li:nth-child(3) {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.footer-contact a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
}

.footer-contact i {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    background: #ea9539;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    margin-right: 8px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #484747;
    padding: 26px 0;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.footer-bottom a {
    color: #ea9539;
    transition: .5s;
}

.footer-bottom a:hover {
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/









/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


section.header-menu-section.style-2 {
    background: #ea9539;
}

section.header-menu-section.style-2 .header-top-social {
    text-align: left;
}

section.header-menu-section.style-2 .header-top-social ul li {
    display: inline-block;
    margin: 6px 4px;
}

section.header-menu-section.style-2 .header-top-info {
    text-align: right;
}

section.header-menu-section.style-2 .header-top-social a {
    height: inherit;
    width: inherit;
    font-size: 18px;
}

section.header-menu-section.style-2 .header-top-info ul li {
    color: #fff;
}

section.header-menu-section.style-2 .header-top-info ul li a{
    color: #fff;
}

section.header-menu-section.style-2 .header-top-info ul li i{
    color: #fff;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

.organic-section-sub-title.style-2 h6 {
    padding-left: 0;
}

.organic-section-sub-title.style-2 h6:before {
    width: inherit;
    height: inherit;
}

.slider-btn.style-2 a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.slider-btn.style-2 a:hover {
    filter: hue-rotate(360deg);
}

.slider-btn.style-2 a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.slider-btn.style-2 a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.slider-shape {
    position: absolute;
    top: 5rem;
    left: 5%;
    -webkit-animation: dance2 2s alternate infinite;
    animation: dance2 2s alternate infinite;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.propose-section {
    padding: 80px 0 100px;
}

.propose-desc p {
    width: 56%;
    margin: 12px auto;
}

.propose-box {
    margin-top: 40px;
}

.propose-single-box {
    padding: 36px 30px;
    border-radius: 5px;
    background-color: #f8fdf7;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.propose-single-box:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fffef5;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.propose-single-box:hover:before {
    height: 100%;
    filter: hue-rotate(360deg);
}

.propose-box-thumb img {
    transition: .5s;
}

.propose-single-box:hover .propose-box-thumb img {
    transform: scale(1.1);
}

.propose-box-title h6 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin: 30px 0 14px;
    transition: .5s;
}

.propose-single-box:hover .propose-box-title h6 {
    color: #ea9539;
}

.propose-box-title.style-2 h6 {
    margin: 22px 0 14px;
}

.propose-box-btn a {
    font-size: 14px;
    line-height: 30px;
    color: #ea9539;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    margin-top: 10px;
}

.propose-box-btn img {
    padding-left: 6px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.healthy-shop-section {
    padding: 100px 0;
    background: url(../image/healthy-shop-bg.jpg) center no-repeat;
    background-size: cover;
}

section.healthy-shop-section .organic-section-title h1 {
	margin: 0;
}

.healthy-shop-thumb img {
    margin-left: -4rem;
}

.healthy-shop-desc p {
    margin: 21px 0 36px;
}

.healthy-shop-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.healthy-shop-item {
    display: flex;
    gap: 20px;
}

.healthy-shop-item-title h5 {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 700;
    margin: -6px 0 6px;
}

.healthy-shop-item-desc p {
    line-height: 26px;
    margin: 0;
}

.propose-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 30px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
    margin-top: 50px;
}

.propose-btn a:hover {
    filter: hue-rotate(360deg);
}

.propose-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.propose-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.new-shop-section.style-2 {
    padding: 80px 0 100px;
}

.new-shop-desc p {
    margin: 10px auto;
    width: 60%;
}

.new-shop-box {
    margin-top: 34px;
}

.new-shop-single-box {
    padding: 26px 20px;
    border-radius: 10px;
    background-color: #f7f7f9;
    position: relative;
    transition: .5s;
    border: 1px solid transparent;
}

.new-shop-single-box:hover {
    border: 1px solid #ea9539;
    transform: translateY(-10px);
}

.new-shop-box-thumb.style-2 img {
    margin-top: -17px;
}

.new-shop-box-thumb.style-3 img {
    margin-top: 15px;
}

.new-shop-box-title h5 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin: 34px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #d9d9d9;
}

.new-shop-box-price h6 {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 500;
    font-family: "Poppins";
    margin: 12px 0 13px;
}

.new-shop-box-rate ul li {
    display: inline-block;
    font-size: 13px;
    color: #ea9539;
}

.new-shop-btn a {
    font-size: 18px;
    display: inline-block;
}

.new-shop-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.new-shop-single-box:hover .new-shop-btn {
    opacity: 1;
    visibility: visible;
    bottom: -21px;
}

.new-shop-btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    background-color: #ea9539;
    text-align: center;
    line-height: 45px;
    transition: .5s;
}

.new-shop-btn a:hover {
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.faq-section {
    padding: 100px 0;
    background-color: #f7f7f9;
}

section.faq-section .organic-section-title h1 {
	margin: 0;
}

/*accordion*/

ul.accordion {
    margin-top: 38px;
}

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    background: #ea9539;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 13.5px rgba(51,51,51,0.05));
    margin-bottom: 20px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    background-color: transparent;
    padding: 18px 20px;
    z-index: 1;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 28px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 32px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion li a span {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Playfair Display";
}

.accordion li p {
    display: none;
    font-size: 16px;
    margin: 0;
    background: #fff ;
    padding: 0px 20px;
}

.faq-thumb {
    position: relative;
}

.faq-thumb img {
	margin-left: 3rem;
}

.faq-thumb-content {
    position: absolute;
    top: 45%;
    left: 46%;
}

.faq-thumb-content h1 {
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    font-family: "Poppins";
    margin: 0;
}

.faq-thumb-content h3 {
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: -17px 0 0;
}


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.team-section {
    padding: 80px 0 100px;
    background: url(../image/team-bg.jpg) no-repeat right;
    background-size: cover;
}

.team-box {
    margin-top: 39px;
}

.team-single-box {
    text-align: center;
}

.team-box-thumb {
    position: relative;
}

.team-box-thumb::before {
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 42px;
	bottom: -8px;
	width: 334px;
	height: 334px;
	border: 8px solid #fff;
}

.team-box-thumb::after {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 48px;
	width: 318px;
	height: 318px;
	background: #1f1f1f;
	border-radius: 50%;
	opacity: 40%;
	transition: .5s;
	transform: scale(0);
}

.team-single-box:hover .team-box-thumb:after {
    transform: scale(1);
}

.team-thum-social {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.team-single-box:hover .team-thum-social {
    bottom: 35%;
    visibility: visible;
    opacity: 1;
}

.team-thum-social ul li {
    display: inline-block;
    margin: 0 2px;
}

.team-thum-social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 1px solid #ea9539;
    text-align: center;
    line-height: 30px;
    transition: .5s;
    font-size: 14px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.team-thum-social a:before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
    z-index: -1;
}

.team-thum-social a:hover:before {
    transform: scale(1);
}

.team-box-title h4 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    margin: 32px 0 4px;
    transition: .5s;
}

.team-single-box:hover .team-box-title h4 {
    color: #ea9539;
}

.team-box-designation h6 {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.testimonial-section {
    padding: 80px 0 100px;
    background: url(../image/testimonial-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.testimonial-desc p {
    line-height: 30px;
    font-style: italic;
    width: 70%;
    margin: 20px auto 35px;
}

.testimonial-tab-content {
    display: none;
    -webkit-animation: FadeInUp 1s ease-in ;
    animation: FadeInUp 1s ease-in ;
}

.testimonial-content-2 {
    -webkit-animation: fadeInUp 1.2s ease-in ;
    animation: fadeInUp 1.2s ease-in ;
    display: none;
}

.testimonial-tab-content.active ,
.testimonial-content-2.active {
    display: block;
}

.testimonial-rate ul li {
    display: inline-block;
    margin: 0 2px;
    color: #ea9539;
}

.testimonial-tab-btn ul li {
    display: inline-block;
    margin: 68px 10px 0;
}

.testimonial-tab-btn button {
    border-radius: 100%;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.testimonial-tab-btn button:before {
    position: absolute;
    content: '';
    top: -34px;
    right: 0;
    width: 0;
    height: 115px;
    background: url(../image/testimonial-active.png) no-repeat center;
    z-index: -1;
    transition: .5s;
}

.testimonial-tab-btn button.active:before {
    width: 115px;
    left: -14px;
}

.testimonial-tab-btn button img {
    border-radius: 50%;
    transition: .5s;
    border: 4px solid transparent;
}

.testimonial-tab-btn button:focus {
    outline: none !important;
}

.testimonial-tab-btn button.active img {
    transform: scale(1.1);
    border: 4px solid #fff;
}

.testiminial-profile-title h6 {
    font-size: 20px;
    line-height: 30px;
    color: #ea9539;
    font-weight: 600;
    margin: 33px 0 0;
}

.testimonial-profile-designation h6 {
    font-size: 16px;
    line-height: 30px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.latest-news-section.style-2 {
    padding: 80px 0 100px;
    background: #ffff;
}

section.latest-news-section.style-2 .organic-section-title h1 {
    width: 40%;
    margin: auto;
}

.latest-box-thumb {
    position: relative;
}

.thumb-date {
    width: 52px;
    height: 52px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ea9539;
    border-radius: 5px;
    padding: 10px 0 0;
}

.thumb-date h6 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
}

.latest-box-title a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

section.latest-news-section.style-2 .latest-news-single-box .latest-box-title a::before,
section.latest-news-section.style-2 .latest-news-single-box .latest-box-title a::after {
    width: 0;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

.brand-section.style-2 {
    padding: 50px 0 30px;
    border-top: 1px solid #ea9539;
    text-align: center;
}

.brand-section.style-2  .brand-thumb:before,
.brand-section.style-2  .brand-thumb:after {
    width: 0%;
}

.brand-section.style-2  .brand-thumb img:hover {
    filter: grayscale(0);
}

.brand-section.style-2  .brand-thumb img {
    transition: .5s;
    filter: grayscale(100%);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/





/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.eror-section {
    height: 100vh;
    background-color: #ffffff;
    text-align: center;
    padding: 60px 0;
}

.eror-title h1 {
    font-size: 40px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin: 52px 0 20px;
}

.eror-desc p {
    margin: 34px 0;
}

.eror-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.eror-btn a:hover {
    filter: hue-rotate(360deg);
}

.eror-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.eror-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.banner-inner-section {
    height: 528px;
    display: flex;
    align-items: center;
    text-align: center;
    background: url(../image/innerpage-banner-bg.png) no-repeat center;
    background-size: cover;
}

.banner-inner-title h1 {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.banner-inner-link ul li {
    display: inline-block;
    margin: 22px 2px;
    color: #fff;
}

.banner-inner-link ul li a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.banner-inner-link a {
    font-size: 16px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
}

.banner-inner-link ul li:last-child a {
    color: #ea9539;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.fresh-food-section.style-two .fresh-food-single-box {
    margin-bottom: 30px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

div.faq-inner-section {
    padding: 62px 0 82px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.contact-inner-section {
    padding: 80px 0 100px;
}

.contact-inner-form {
    margin-top: 34px;
}

.form-top {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}

.form-top input {
    height: 60px;
    border-radius: 5px;
    background-color: #f1f3ef;
    width: 100%;
    padding: 10px 20px;
    border: none;
}

.form-top input::placeholder,
.form-bottom textarea::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
}

.form-bottom textarea {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background-color: #f1f3ef;
    border: none;
    padding: 10px 20px;
    resize: none;
    margin-bottom: 14px;
}

.form-button button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
    border: none;
}

.form-button button:hover {
    filter: hue-rotate(360deg);
}

.form-button button::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.form-button button:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.contact-inner-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 56%;
    border-bottom: 1px solid #c6c6c6;
    padding: 31px 0 26px;
	width: 100%;
}
.tab-contents .info-desc img{
	max-width: 100%;
	
}

.contact-inner-item:nth-child(1) {
    margin-top: 14px;
}

.contact-inner-item-title h6 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.contact-inner-item-desc {
    margin: 8px 0 0;
}

.contact-inner-item-desc p {
    line-height: 26px;
    margin: 0;
}

.contact-inner-item-desc a {
    display: block;
    line-height: 26px;
    color: #797979;
}

.contact-inner-social ul li {
    display: inline-block;
    margin: 24px 2px;
}

.contact-inner-social a {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-color: #797979;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact-inner-social a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e18a07;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
}

.contact-inner-social a:hover:before {
    transform: scale(1);
}

.contact-location {
    padding-bottom: 100px;
}

.contact-location iframe {
    width: 100%;
    height: 591px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.shop-details-inner {
    padding: 50px 0;
}
.cp-nyanniu{
	display: flex;
	background: #fff;
	justify-content: center;
}
.shop-deteils-title h2 {
    font-size: 40px;
    line-height: 44px;
    color: #333333;
    font-weight: 600;
    float: left;
}
.shop-details-info{
	padding: 50px 0;
	background: #efefef;
}
.shop-detials-price h6 {
    display: inline-block;
    color: #e18a07;
    font-size: 18px;
    line-height: 60px;
    margin: 11px 0 0 10px;
}

.shop-details-rate {
    margin: 8px 0 26px;
    float: left;
}

.shop-details-rate ul li {
    display: inline-block;
    color: #e18a07;
}

.shop-details-review a {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    font-weight: 500;
    font-family: "Poppins";
    margin-left: 20px;
    display: inline-block;
}

.shop-details-desc p {
    display: inline-block;
    padding-top: 34px;
    border-top: 1px solid #dedede;
}

.shop-details-color {
    margin: 6px 0 18px;
}

.shop-details-color h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    margin: 0 30px 0 0;
    float: left;
}

.shop-details-color ul li {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 25px;
    margin: 0 10px;
}

.shop-details-color ul li:nth-child(1) {
    background: #333;
    position: relative;
}

.shop-details-color ul li:nth-child(1)::before {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 25px;
}

.shop-details-color ul li:nth-child(2) {
    background: #ea9539;
    position: relative;
}

.shop-details-color ul li:nth-child(2)::before {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 35px;
    height: 35px;
    border: 1px solid #ea9539;
    border-radius: 25px;
}

.shop-details-color ul li:nth-child(3) {
    background: #fe7801;
    position: relative;
}

.shop-details-color ul li:nth-child(3)::before {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 35px;
    height: 35px;
    border: 1px solid #fe7801;
    border-radius: 25px;
}

.shop-details-color ul li:nth-child(4) {
    background: #ce1e1d;
    position: relative;
}

.shop-details-color ul li:nth-child(4)::before {
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    width: 35px;
    height: 35px;
    border: 1px solid #ce1e1d;
    border-radius: 25px;
}

.shop-details-weight h6 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0 20px 0 0;
    float: left;
}

.shop-details-weight ul li {
    display: inline-block;
}

.shop-details-weight  button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
    border: none;
    border-radius: 2px;
}

.shop-details-title h6 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.select-shop {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 35px 0 40px;
}

.select-shop i {
    height: 25px;
    width: 25px;
    font-size: 10px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
}

.select-shop .minus i {
    background: #f1f3ef;
    color: #333;
}

.select-shop .plus i {
    background: #e18a07;
    color: #fff;
}

.shop-detials-btn ul li {
    display: inline-block;
    margin-right: 6px;
}

.shop-detials-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
}

.shop-detials-btn a:hover {
    filter: hue-rotate(360deg);
}

.shop-detials-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.shop-detials-btn a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.shop-detials-shere {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
}

.shop-detials-shere h4 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.shop-detials-shere ul li {
    display: inline-block;
    margin: 0 2px;
}

.shop-detials-shere a {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-color: #797979;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.shop-detials-shere a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e18a07;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
}

.shop-detials-shere a:hover:before {
    transform: scale(1);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

.info-tab-btn button {
    padding: 14px 30px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    font-size: 16px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
    float: left;
    margin-right: 20px;
    width: auto;
    height: auto;
}

.info-desc {
    margin-top: 34px;
}

.info-tab-btn button.active {
    background-color: #e18a07;
    color: #fff;
}

.tab-contents {
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-animation: move .4s ease-in;
    animation: FadeInUp .5s ease-in;
    display: none;
}

.tab-contents.active {
    display: block;
}

.additional-info {
    border-top: 1px solid rgba(223,223,223,0.55);
    border-bottom: 1px solid rgba(223,223,223,0.55);
}

.additional-info table {
    width: 100%;
}

tr.table-bg {
    background-color: rgba(223,223,223,0.2);
}

td.table_title {
    font-size: 16px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    width: 180px;
    height: 68px;
    padding: 0 40px;
}

.profile-icon i {
    font-size: 66px;
    color: #dfdfdf;
}


.shop-review {
    display: flex;
    align-items: center;
    gap: 24px;
}

.review-rate li {
    display: inline-block;
    letter-spacing: 4px;
    color: #e18a07;
}

.profile-name {
    position: relative;
    display: flex;
    gap: 38px;
}

.profile-name h5 {
    font-size: 17px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 500;
    margin: 0;
}

.review-date h5 {
    position: relative;
    opacity: 0.800;
    font-size: 15px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
}

.review-date h5:before {
    position: absolute;
    content: '';
    top: 14px;
    left: -28px;
    background: #0d0e14;
    width: 20px;
    height: 1px;
}

.reply button {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #0d0e14;
}

.add-review-title h3 {
    font-size: 18px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 500;
    margin: 0;
}

.your-rate {
    display: flex;
    gap: 26px;
    align-items: center;
}

.rate-right li {
    font-size: 15px;
    letter-spacing: 5px;
    line-height: 28px;
    color: #e18a07;
    font-family: "Font Awesome";
    display: inline-block;
}

.rate-left h5 {
    opacity: 0.800;
    font-size: 16px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    margin: 0;
}

.review-form-top {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
	    flex-wrap: wrap;
    margin-top: 30px;
}

form.review-form label {
    display: block;
    opacity: 0.902;
    font-size: 14px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
    margin-bottom: 6px;
}

form.review-form input {
    width: 34rem;
    height: 54px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    padding: 10px 20px;
    border-radius: 4px;
}

form.review-form textarea {
    width: 100%;
    height: 156px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    padding: 10px 20px;
    resize: none;
    border-radius: 4px;
}

form.review-form input::placeholder,
form.review-form textarea::placeholder{
    opacity: 0.702;
    font-size: 14px;
    line-height: 28px;
    color: #0d0e14;
    font-weight: 400;
}

section.shop-related {
    margin: 0 0 100px;
}

.shop-related-title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.form-btn button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
    border: none;
    margin-top: 24px;
}

.form-btn button:hover {
    filter: hue-rotate(360deg);
}

.form-btn button::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.form-btn button:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.fresh-food-section.style-two {
    background: #f1f3ee;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.blog-details {
    padding: 100px 0;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-detials-post-date h6 {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #797979;
    font-weight: 500;
    font-family: "Poppins";
    margin: 30px 20px 12px 0;
}

.blog-detials-post-date i {
    color: #ea9539;
    padding-right: 6px;
    font-size: 18px;
}

.blog-details-title h1 {
    font-size: 35px;
    line-height: 60px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 20px;
}

.blog-detials-desc p span {
    color: #ea9539;
    font-weight: 500;
}

.shop-detials-shere h4 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.blog-details-social {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 34px 0;
    border-top: 1px solid #e4e1e1;
    padding: 18px 0 0;
}

.blog-details-social-title h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
}

.blog-details-social-link ul li {
    display: inline-block;
    margin: 0 2px;
}

.blog-details-social-link a {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    background-color: #797979;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.blog-details-social-link a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e18a07;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
}

.blog-details-social-link a:hover:before {
    transform: scale(1);
}

.blog-details-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-detials-single-box {
    border-radius: 5px;
    background-color: #f8f9f7;
    text-align: center;
    padding: 58px 0;
}

.blog-detials-single-box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    width: 69%;
    margin: auto;
}

.blog-title h2 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    margin: 42px 0 34px;
}

.related-blog-single-box {
    border-radius: 4px;
    filter: drop-shadow(0px 5px 30px rgba(226,226,226,0.5));
    background-color: #ffffff;
}

.blog-box-thumb img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.blog-box-thumb {
    position: relative;
    overflow: hidden;
}

.blog-box-thumb:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 4px 0 0 0;
}

.blog-box-thumb:after {
    position: absolute;
    content: '';
    top: 0%;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 0 4px 0 0;
}

.related-blog-single-box:hover .blog-box-thumb:before,
.related-blog-single-box:hover .blog-box-thumb:after{
    width: 50%;
}

.blog-content {
    padding: 32px;
    position: relative;
    z-index: 1;
}

.blog-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    border-radius: 0 0 4px 4px;
    transition: .4s;
    transform: scale(0);
    z-index: -1;
}

.related-blog-single-box:hover .blog-content:before{
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.blog-box-date h5 {
    font-size: 16px;
    line-height: 50px;
    color: #ea9539;
    font-weight: 400;
    margin: 0;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-date h5{
    color: #fff;
}

.blog-box-title a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 20px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-title a {
    color: #fff;
}

.blog-box-footer {
    align-items: center;
    display: flex;
    gap: 12px;
    border-top: 1px solid rgba(39,39,39,0.10196078431372549);
    padding: 20px 0 0;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-footer{
    border-top: 1px solid #fff;
}

.posted-by a,
.post-comment a {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    transition: .4s;
}

.related-blog-single-box:hover .posted-by a,
.related-blog-single-box:hover .post-comment a,
.related-blog-single-box:hover .posted-by a i,
.related-blog-single-box:hover .post-comment a i{
    color: #fff;
}

.posted-by a i ,
.post-comment a i {
    color: #ea9539;
    transition: .4s;
}

.blog-box-btn a {
    color: #1f1f1f;
    margin-left: 32px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-btn a{
    color: #fff;
}

.comments-title h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    margin: 42px 0 34px;
}

.blog-details-comments-item {
    display: flex;
    gap: 24px;
    position: relative;
    border-bottom: 1px solid #e0dcdc;
    padding-bottom: 46px;
}

.blog-details-comments-item:nth-child(3) {
    margin-top: 70px;
}

.comment-title h5 {
    margin: 0px 0 20px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
}

.comment-reply button {
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    width: 92px;
    height: 32px;
    border-radius: 5px;
    background-color: #ea9539;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s;
}

.comment-reply button:hover {
    filter: hue-rotate(360deg);
}

.add-comment-title h4 {
    font-size: 24px;
    line-height: 60px;
    color: #333333;
    font-weight: 600;
    margin: 32px 0;
}

.blog-details-form-top textarea {
    width: 100%;
    height: 225px;
    border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    resize: none;
    margin-bottom: 13px;
}

.blog-details-form-middle input {
    display: inline-block;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.blog-details-form-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.form-bottom-email,
.form-bottom-site {
    width: 100%;
}

.form-bottom-email input, .form-bottom-site input {
    display: inline-block;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
}

.form-bottom-email input::placeholder, .form-bottom-site input::placeholder, 
.blog-details-form-middle input::placeholder, .blog-details-form-top textarea::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    font-family: "Poppins";
}

.form-condition input {
    float: left;
    margin-right: 10px;
}

.form-condition p {
    margin: 0;
    display: inline-block;
}

.form-condition input {
    float: left;
    margin: 7px 10px 0 0;
    cursor: pointer;
}

.blog-details-form-btn button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 5px;
    padding: 12px 32px;
    overflow: hidden;
    background-color: #ea9539;
    position: relative;
    z-index: 1;
    transition: .4s;
    border: none;
    margin-top: 24px;
}

.blog-details-form-btn button:hover {
    filter: hue-rotate(360deg);
}

.blog-details-form-btn button::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #333;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.blog-details-form-btn button:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}


.style-two .shop-categories {
    margin-top: 30px;
}

.read-more a {
    font-size: 17px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 40px;
    display: inline-block;
}

.recent-post a {
    display: flex;
    gap: 24px;
    margin-top: 28px;
}

.recent-post-icon img {
    border-radius: 4px;
}

.post-title h5 {
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0;
}

.post-date h5 {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

.search-catagory {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-catagory input {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.search-catagory button {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 26px;
    border: none;
    right: 0;
    color: #fff;
    background: #ea9539;
    width: 80px;
    border-radius: 0 5px 5px 0;
}

.style-two .shop-categories {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    background-color: #f8f9f7;
}

.shop-section-title h3 {
    font-size: 20px;
    line-height: 45px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 3px solid #e6e5e5;
    position: relative;
}

.shop-section-title h3:before {
    position: absolute;
    content: '';
    top: 61px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ea9539;
}

.shop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    font-weight: 400;
    color: #333;
}

.shop-list-left i {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    background: #fff;
    margin-right: 8px;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #ea9539;
}

.shop-list-left i:hover, 
.shop-list-left i.active {
    background: #ea9539;
    filter: hue-rotate(360deg);
}

.cloud-tag li {
    display: inline-block;
    margin: 10px 6px 0 0;
}

.cloud-tag li a {
    padding: 6px 20px;
    background: #fff;
    border-radius: 4px;
    transition: .4s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 14px;
    color: #333;
    transition: .5s;
}

.cloud-tag li a:hover {
    color: #fff;
}

.cloud-tag li a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #ea9539;
    transition: .4s;
    z-index: -1;
    border-radius: 4px;
}

.cloud-tag li a:hover::before { 
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.newsletter {
    position: relative;
}

.newsletter input {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #1f1f1f2e;
    padding: 10px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.newsletter i {
    opacity: 0.702;
    font-size: 15px;
    line-height: 28px;
    color: #1f1f1f;
    position: absolute;
    top: 36px;
    right: 18px;
}

.newsletter button {
    height: 60px;
    width: 100%;
    border-radius: 3px;
    background-color: #ea9539;
    border: none;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .4s;
}

.newsletter button:hover{
    filter: hue-rotate(250deg);
}

.newsletter button:before {
    position: absolute;
    content: '';
    top: 0;
    left: -50px;
    width: 0%;
    height: 100%;
    background: #1f1f1f;
    filter: hue-rotate(250deg);
    transform: skew(-29deg, 10deg) scale(1.8);
    transition: .4s;
    z-index: -1;
}

.newsletter button:after {
    position: absolute;
    content: '';
    top: 0;
    right: -74px;
    width: 0%;
    height: 100%;
    background: #1f1f1f;
    filter: hue-rotate(250deg);
    transform: skew(-29deg, 10deg) scale(1.8);
    transition: .4s;
    z-index: -1;
}

.newsletter button:hover:before,
.newsletter button:hover:after{
    width: 50%;
}

.comment ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.recent-comment-icon i {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 18px;
    transition: .5s;
}

.comment ul li a:hover .recent-comment-icon i {
    background-color: #ea9539;
    color: #fff;
    filter: hue-rotate(360deg);
}

.recent-comment-content p {
    color: #333;
    margin: 0;
    transition: .5s;
}

.comment ul li a:hover .recent-comment-content p {
    color: #ea9539;
}

.contact-us {
    background: url(../image/brand-thumb-5.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
}

.contact-us:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    border-radius: 5px;
    opacity: 50%;
    z-index: -1;
}

.contact-title h1 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    margin: 20px 0;
}

.contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 8px 28px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.contact-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    border-radius: 4px;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}

.contact-btn a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.galary-section {
    padding: 80px 0 70px;
    background-color: #f3f3f3;
}

.gallary-box {
    margin-top: 48px;
}

.gallary-single-box-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.gallary-single-box-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    border-radius: 5px;
    opacity: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.gallary-single-box-thumb:hover:before {
    transform: scale(1);
}

.gallary-single-box-thumb:hover .gallary-thumb-btn a {
    transform: scale(1);
}

.gallary-thumb-btn a {
    font-size: 35px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: scale(0);
    transition: .5s;
}

.gallary-single-box-thumb img {
    width: 100%;
    border-radius: 5px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.team-detials-section {
    padding: 100px 0;
    background: url(../image/team-deteails-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.team-shape {
	position: absolute;
	top: 45%;
	left: -2%;
	transform: rotate(-90deg);
}
  
.team-shape li h1 {
    position: relative;
  
}
  
.team-shape li h1::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f1f3ee;
    border-left: 2px solid #333;
    animation: typing 2.5s steps(18) infinite;
}

@keyframes typing {
    100% {
      left: 100%;
      margin: 0 -35px 0 35px;
    }
  
}

.team-shape h1 {
    opacity: 0.102;
    font-size: 80px;
    line-height: 80px;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}

.team-details-title h3 {
    font-size: 35px;
    line-height: 60px;
    color: #333333;
    font-weight: 700;
    margin: 0;
}

.team-details-sub-title h6 {
    font-size: 16px;
    line-height: 28px;
    color: #ea9539;
    font-weight: 500;
    font-family: "Poppins";
    margin: 2px 0 14px;
}

.team-details-email h6 {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    margin: 28px 0 11px;
}

.team-details-email a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    transition: .5s;
}

.team-details-email a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.team-details-number h6 {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    margin: 20px 0 11px;
}

.team-details-number a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    transition: .5s;
}

.team-details-number a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.team-details-site h6 {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    margin: 20px 0 11px;
}

.team-details-site a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    transition: .5s;
}

.team-details-site a:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.team-details-social {
    margin-top: 34px;
}

.team-details-social ul li {
    display: inline-block;
    margin: 0 2px;
}

.team-details-social a {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #e18a07;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.team-details-social a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
}

.team-details-social a:hover:before {
    transform: scale(1);
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.team-details-skill {
    padding: 100px 0;
}

.team-details-skill-title h2 {
    font-size: 35px;
    line-height: 60px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 10px;
}

.all{
    display: flex;
}

.circle-wrap {
	display: grid;
	grid-template-columns: repeat(1, 160px);
	grid-gap: 80px;
	width: 150px;
	height: 150px;
	background: #ddd;
	border-radius: 50%;
	margin: 20px auto;
}
  
.circle-wrap .circle .mask,
.circle-wrap .circle .fill-1,
.circle-wrap .circle .fill-2,
.circle-wrap .circle .fill-3 {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}
  
.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
}
  
.circle-wrap .inside-circle {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background: #fff;
	line-height: 120px;
	text-align: center;
	margin-top: 13px;
	margin-left: 13px;
	position: absolute;
	z-index: 100;
}

.inside-circle h6 {
	display: inline-block;
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #7d7c7c;
    font-weight: 400;
}
  
  /* color animation */
  
.mask .fill-1 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #80be43;
}
  
  .mask.full-1,
.circle .fill-1 {
    animation: fill-1 ease-in-out 3s;
    transform: rotate(153deg);
}
  
@keyframes fill-1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(153deg);
    }
}  /* color animation */
  
.mask .fill-2 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #ff6e2f;
}
  
.mask.full-2, .circle .fill-2 {
    animation: fill-2 ease-in-out 3s;
    transform: rotate(140deg);
}
  
@keyframes fill-2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(140deg);
    }
}  

/* color animation */
  
.mask .fill-3 {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #323232;
}
  
.mask.full-3, .circle .fill-3 {
    animation: fill-3 ease-in-out 3s;
    transform: rotate(132deg);
}
  
@keyframes fill-3 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(132deg);
    }
} 
  
/* color animation */
  
.style-two .mask .fill-1 {
    background-color: #ffcd1e;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


section.team-details-quote {
    padding: 100px 0;
    background-color: #f1f3ef;
}

.qoute-content {
    background: #fff;
    padding: 30px 40px  40px 40px;
    border-radius: 5px;
}

.team-details-quote-title h2 {
    font-size: 35px;
    line-height: 60px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 32px;
}

.qoute-form-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quote-from-name,
.qoute-form-email,
.quote-form-middle {
    width: 100%;
    margin-bottom: 20px;
}

.qoute-form-top input,
.qoute-form-email input,
.quote-form-middle input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
}

.qoute-form-bottom textarea {
    height: 200px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    resize: none;
    padding: 10px 20px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/
.shop-details-thumb img{
	max-width: 100%;
	
	
}
.shop-details-thumb{
	width: 100%;
	overflow: hidden;
}
section.service-inne-section {
    padding: 0 0 100px 0;
}

.service-inner-single-box {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(51,51,51,0.05));
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.service-inner-single-box::before {
    position: absolute;
    content: '';
    bottom: -200px;
    left: 0;
    right: 0;
    opacity: 0.800;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #ea9539;
    z-index: -1;
    text-align: center;
    transition: .5s;
    margin: auto;
}

.service-inner-single-box:hover:before {
    bottom: -116px;
    filter: hue-rotate(360deg);
}

.service-inner-box-thumb {
    overflow: hidden;
}

.service-inner-box-thumb img {
    width: 100%;
    transition: .5s;
}

.service-inner-single-box:hover .service-inner-box-thumb img {
    transform: scale(1.1);
}

.service-inner-box-title h5 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    margin: 33px 0 18px;
    transition: .5s;
}

.service-inner-single-box:hover .service-inner-box-title h5{
    color: #ea9539;
    filter: hue-rotate(360deg);
}

.service-inner-box-desc p {
    width: 80%;
    margin: auto;
}

.service-inner-box-btn a {
    font-size: 16px;
    line-height: 28px;
    color: #ea9539;
    font-weight: 500;
    margin: 20px 0 30px;
    display: inline-block;
    transition: .5s;
}

.service-inner-single-box:hover .service-inner-box-btn a {
    color: #333;
}

.service-inner-box-btn a i {
    transition: .5s;
}

.service-inner-single-box:hover .service-inner-box-btn a i {
    padding-left: 6px;
}


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.about-section.style-two {
    background: #f1f3ef;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.about-inner-service {
    padding: 100px 8%;
}

.about-inner-service-box {
    text-align: center;
    position: relative;
}

.about-service-box-thumb {
    position: relative;
}

.about-service-box-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    opacity: 50%;
    transition: .5s;
    transform: scale(0);
    border-radius: 4px;
}

.about-inner-service-box:hover .about-service-box-thumb:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.about-service-box-thumb img {
    width: 100%;
    border-radius: 4px;
}

.about-service-box-icon a {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    color: #333;
    line-height: 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 20px;
}

.about-service-box-icon a:hover {
    color: #fff;
}

.about-service-box-icon a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9539;
    transform: scale(0);
    transition: .5s;
    border-radius: 25px;
    z-index: -1;
}

.about-service-box-icon a:hover:before {
    transform: scale(1);
    filter: hue-rotate(360deg);
}

.about-service-box-sub-title h6 {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 23px 0 0;
}

.about-service-box-title h6 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.about-service-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.about-inner-service-box:hover .about-service-box-content {
    bottom: 20%;
    visibility: visible;
    opacity: 1;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.about-inner-counter {
    padding: 100px 0;
    background: url(../image/about-counter-bg.jpg) no-repeat center;
    background-size: cover;
}

.about-counter-box {
    text-align: center;
}

.about-counter-number h1 {
    font-size: 45px;
    line-height: 55px;
    color: #333333;
    font-weight: 600;
    font-family: "Poppins";
    margin: 34px 0 2px;
}

.about-counter-title h6 {
    font-size: 20px;
    line-height: 28px;
    color: #797979;
    font-weight: 700;
    margin: 0;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

section.team-section.style-2 {
    background: #f1f3ef;
}

section.team-section.style-2 .team-single-box {
    margin-bottom: 30px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/

.latest-news-single-box {
    margin-bottom: 30px;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/



/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/


section.services-details {
    padding: 100px 0;
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f1f3ee;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}
  
.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: #ea9539;
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.active a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.active a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.active:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.active a{
    color: #ea9539;
}

.service-sidebar .service-sidebar-single-services ul li.active:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    background: url(../image/banner-3.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ea9539;
    border-radius: 5px;
    opacity: 60%;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background: url(../image/brand-thumb-5.png) no-repeat center;
    background-size: cover;
}

.widget-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 60%;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.services-details__content img {
    width: 100%;
    border-radius: 4px;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.widget-btn a {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    padding: 15px 40px;
    font-weight: 600;
    background: #fff;
    letter-spacing: 0.05em;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    transition: .5s;
    display: inline-block;
}

.widget-btn a:hover{
    color: #fff;
}

.widget-btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transform: scale(0);
    background-color: #ea9539;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.widget-btn a:hover:before {
    transform: scale(1);
}

.service-sidebar-single-btn a {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    background: #ea9539;
    letter-spacing: 0.05em;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    transition: .5s;
    display: inline-block;
    margin-top: 30px;
}

.service-sidebar-single-btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transform: scale(0);
    background-color: #333;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.service-sidebar-single-btn a:hover:before {
    transform: scale(1);
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}
  
.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #ea9539;
    background:  #fff;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: #ea9539;
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    color: #ea9539;
}

.services-details__content .feature-list .single-item:hover .title {
    color: #fff;
}

.services-details__content .feature-list .single-item:hover {
    background-color: #ea9539;
    color: #fff;
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: #fff;
}

/*<!--===================================================-->
 <!-- Organic Header Menu End Here -->
<!--=====================================================-->*/
  





/*==========================================
 <-- Organic Search CSS  Start -->
=========================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #ea95393b;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    backdrop-filter: blur(5px);
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to right, #7dff00 6%, #e9e9e9 96%);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-top-color: #fff;
}

.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}

.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: 2px solid #ea9539;
    border-radius: 5px;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #ea9539;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .close-search.style-two i{
    font-size:20px;
    color:#f00;
}

.search-box-btn.search-box-outer i {
    font-size: 24px;
    display: inline-block;
    color: #333;
    cursor: pointer;
    transition: .5s;
}

.search-box-btn.search-box-outer i:hover {
    color: #ea9539;
    filter: hue-rotate(360deg);
}


/*==========================================
 <-- Organic Search CSS  End -->
=========================================*/


/*===========================
<-- Organic Loader Css -->
=============================*/

.loader_bg {
    position: fixed;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.loader_bg h5 {
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 400;
    color: #ea9539;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/



/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ea9539;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
    background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #ea9539;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



/* curser Animation */

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px dashed #ea9539;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background:  #ea9539;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/* curser Animation */


/*<!-- ============================================================== -->
 <!-- Organic animation start here -->
<!-- ============================================================== -->*/

@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes zoomIn {
    from{
      -webkit-transform: scale(.7) translateY(100px);
      transform: scale(.7) translateY(100px);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  
  
@keyframes ZoomIn {
    from{
      -webkit-transform: scale(.6);
      transform: scale(.6);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) ;
      transform: scale(1);
      opacity: 1;
    }
  }
  
@keyframes FadeInUp {
    from{
      -webkit-transform: translateY(10%);
      transform:  translateY(10%);
      opacity: 0;
    }
    to{
      -webkit-transform:  translateY(0%) ;
      transform:  translateY(0%);
      opacity: 1;
    }
  }

  @keyframes rotate {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    }
}

@keyframes rotate4 {
    0% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    }
}  


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}




@-webkit-keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 222, 94, 0.3), 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 222, 94, 0.3), 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3), 0 0 0 30px rgba(244, 222, 94, 0);
        box-shadow: 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3), 0 0 0 30px rgba(244, 222, 94, 0)
    }
}

@keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 222, 94, 0.3), 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 222, 94, 0.3), 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3), 0 0 0 30px rgba(244, 222, 94, 0);
        box-shadow: 0 0 0 10px rgba(244, 222, 94, 0.3), 0 0 0 20px rgba(244, 222, 94, 0.3), 0 0 0 30px rgba(244, 222, 94, 0)
    }
}



.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}


@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Ripple {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(3);
        -webkit-transform: scale(3 );
    }    
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ddsmoothmenu-v{
	
}
.ddsmoothmenu-v ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 50px;
	background: #e18a07;
}
.ddsmoothmenu-v ul li a{
	color: #fff;
}
.ddsmoothmenu-v ul li{
	width: 50%;
	text-align: center;
	border: 1px solid #e18a07;
}
.ddsmoothmenu-v ul li:hover{
	background: #fff;
}
.ddsmoothmenu-v ul li:hover span{
	color: #000;
}
.ddsmoothmenu-v>ul>.lihover{background: #fff;}
.ddsmoothmenu-v>ul>.lihover>.ahover>span{color: #202020;}
#photosDemo div{
}
.fresh-food-box .row{
	align-items: center;
}
.fresh-food-box-thumb{
	height: 32rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.fresh-food-box-thumb img{
	max-height: auto;
}
.page{
	width: 100%;
}
.ny-ly p{
	padding: 0;
	line-height: 2.25rem;
	
}